Skip to content

Add "--all" option to "core search" to show all available versions #483

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Nov 19, 2019

Conversation

masci
Copy link
Contributor

@masci masci commented Nov 13, 2019

Fixes #183

Example usage:

~/work/arduino-cli(massi/corever) » ./arduino-cli core search mbed
ID           Version Name                            
arduino:mbed 1.1.2   Arduino nRF528x Boards (Mbed OS)

~/work/arduino-cli(massi/corever) » ./arduino-cli core search mbed --all
ID           Version Name                            
arduino:mbed 1.1.0   Arduino nRF528x Boards (Mbed OS)
arduino:mbed 1.1.1   Arduino nRF528x Boards (Mbed OS)
arduino:mbed 1.1.2   Arduino nRF528x Boards (Mbed OS)

Copy link
Contributor

@rsora rsora left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@masci masci marked this pull request as ready for review November 14, 2019 09:09
@masci masci added this to the 0.7.0 milestone Nov 19, 2019
@masci masci merged commit 5df98ee into master Nov 19, 2019
@masci masci deleted the massi/corever branch November 19, 2019 13:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support core version list
2 participants